09. Common Questions

Q: DIGITS command is not working.

A: Make sure you enable GPU mode.

Q: Can I use a public dataset for the project?

A: Data collecting is part of the project. However if your idea needs to be achieved using public dataset, you need to properly document it in your write-up.

Q: evaluate command is not working on my dataset.

A: evaluate only works with supplied dataset. You need to use your own measurement for your inference model.

Q: Where can I download my model?

A: When you download your model from DIGITS it will give you all those files.

Q: I have already submitted my model file, and there is only write-up modifications in my next submission, can I submit the write-up only?

A: Please include a text file (.txt) and explain to the reviewers so that they know where to find your models!

Q: Can I use Google Drive to upload my data?

A: (Courtesy of @croles) You can download from Google drive replacing in the following command FILEID with your own file id: wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=FILEID' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=FILEID" -O file.tar.gz && rm -rf /tmp/cookies.txt